Skip to content

docs: add FalkorDB integration page#477

Merged
kacperlukawski merged 1 commit into
mainfrom
feat/falkordb-integration
May 14, 2026
Merged

docs: add FalkorDB integration page#477
kacperlukawski merged 1 commit into
mainfrom
feat/falkordb-integration

Conversation

@julian-risch
Copy link
Copy Markdown
Member

@julian-risch julian-risch commented May 11, 2026

The integration was added to haystack-core-integrations in deepset-ai/haystack-core-integrations#3158. Documentation pages in the haystack repo are tracked in deepset-ai/haystack#11293.

Open issue: deepset-ai/haystack-core-integrations#3007

This PR:

  • Adds integrations/falkordb.md, which is the integration page for the FalkorDB document store, covering FalkorDBDocumentStore, FalkorDBEmbeddingRetriever, and FalkorDBCypherRetriever
  • Adds logos/falkordb.png from official FalkorDB logo pack. Using white logo because of our dark background color. Other logos are here: https://drive.google.com/file/d/1FkqBaOwxMrS2DibX6l0-8HyuOH87BZ9G/view

I ran the code examples locally with a FalkorDB docker container. Longer-term I wouldn't want us to duplicate code examples on component pages and integration pages though.

🤖 Generated with Claude Code

Adds integration page and logo for the FalkorDB document store integration
(falkordb-haystack), including FalkorDBDocumentStore, FalkorDBEmbeddingRetriever,
and FalkorDBCypherRetriever components.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@julian-risch julian-risch marked this pull request as ready for review May 11, 2026 10:57
@julian-risch julian-risch requested a review from a team as a code owner May 11, 2026 10:57
@julian-risch julian-risch changed the title feat: add FalkorDB integration page docs: add FalkorDB integration page May 11, 2026
@kacperlukawski kacperlukawski self-requested a review May 13, 2026 12:10
Copy link
Copy Markdown
Member

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine to merge. I don't understand one of the acronyms, and it might be worth explaining, but other than that looks fine.

Comment thread integrations/falkordb.md

An integration of [FalkorDB](https://www.falkordb.com/) with [Haystack](https://docs.haystack.deepset.ai/docs/intro) by [deepset](https://www.deepset.ai).

FalkorDB is a high-performance graph database optimized for GraphRAG workloads. It stores documents as graph nodes and supports native vector search — no APOC is required. All bulk writes use `UNWIND` + `MERGE` for safe, idiomatic OpenCypher upserts.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does APOC stand for?

@kacperlukawski kacperlukawski merged commit 59be848 into main May 14, 2026
@kacperlukawski kacperlukawski deleted the feat/falkordb-integration branch May 14, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants